-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "completed" guide animation #149530
Implement "completed" guide animation #149530
Conversation
Pinging @elastic/platform-onboarding (Team:Journey/Onboarding) |
@cindychangy Do we have a dark theme support for the "completed guide" GIF? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for working on this, @claracruz!
I tested locally and saw that the gif is displayed from the very beginning of the guide. We should only display the animation when the guide is in the status ready_to_complete
and complete
. Also, is there is specific reason to use EuiEmptyPrompt
for the gif? Can we maybe use a simple EuiImage
instead?
@yuliacech: we actually did not get one from the Branding team - I just contact them for a dark mode version. I will let you know when I receive it - should we add it in an additional task so as not to block this one? |
@claracruz @yuliacech: I got the dark mode version for this animation, it is attached below: |
Thanks a lot, @cindychangy! |
4e8a641
to
1de94c1
Compare
1de94c1
to
aeeb5c9
Compare
💚 Build Succeeded
Metrics [docs]Module Count
Page load bundle
Unknown metric groupsmiscellaneous assets size
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for working on this, @claracruz! Looks great 👍
Fixes elastic#147387 ### Screenshots <img width="522" alt="Screenshot 2023-01-27 at 14 49 09" src="https://user-images.githubusercontent.com/91763/215115481-beab7f69-60c6-48f5-8ab0-d8dcb67fabb7.png"> <img width="559" alt="Screenshot 2023-01-27 at 14 49 52" src="https://user-images.githubusercontent.com/91763/215115506-5bf328a0-7b47-44d5-b9db-62f5a30dfed7.png">
Fixes #147387
Screenshots